/* 
Theme Name: Setellite
Theme URI: https://setellite.nl
Description: Hello Elementor Child Theme
Author: 107 ideas
Author URI: https://107ideas.com/
Template: hello-elementor
Version: 1.0
*/

*:focus{
    outline: none !important;
}
::selection {
    color: #F5F8F3;
    background: #0A0A0B;
}
::-moz-selection {
    color: #F5F8F3;
    background: #0A0A0B;
}
a, a:hover, a:active {
	color: inherit;
}
body {
	overflow-x: hidden;
}
.clear {
	clear: both;
}

/* Caroussel */

.elementor-image-carousel-wrapper, .swiper-slide .swiper-slide-inner img  {
    height: 25vw;
    margin: 0 auto;
}

/* Section toggle */

.section-toggle {
	cursor: pointer;
	-webkit-transition: transform 0.34s ease;
	transition : transform 0.34s ease;
}
.section-toggle .elementor-button-text, .elementor-toggle-title {
	line-height: 1.4em;
}
.toggle-btn-sec {
	margin: 70px auto !important;
}

/* Price section toggle */

.price-section-toggle {
	cursor: pointer;
	-webkit-transition: transform 0.34s ease;
	transition : transform 0.34s ease;
}
.price-section-toggle.open .elementor-icon {
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg); 
    transform: rotate(180deg);
}

/* Form */

#form-field-upload {
	display: none;
}
#file-upload {
	display: block;
	padding: 10px 10px;
	margin: 0 0 10px 0;
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: 400;
	font-size: 16px;
	color: var(--e-global-color-accent);
	cursor: pointer;
	border: 1px solid #808080;
	border-radius: 4px;
}
.elementor-field-group .elementor-field-textual::-webkit-input-placeholder {
	color: var(--e-global-color-accent);
	font-size: 16px;
    opacity: 1;
}
.elementor-field-group .elementor-field-textual:-ms-input-placeholder {
	color: var(--e-global-color-accent);
	font-size: 16px;
    opacity: 1;
}
.elementor-field-group .elementor-field-textual:-moz-placeholder,.elementor-field-group .elementor-field-textual::-moz-placeholder {
	color: var(--e-global-color-accent);
	font-size: 16px;
    opacity: 1;
}
.elementor-field-group .elementor-field-textual::-ms-input-placeholder {
	color: var(--e-global-color-accent);
	font-size: 16px;
    opacity: 1;
}

#newsletter ::-webkit-input-placeholder {
	color: #1D1D20;
	font-size: 20px;
    opacity: 1;
}
#newsletter :-ms-input-placeholder {
	color: #1D1D20;
	font-size: 20px;
    opacity: 1;
}
#newsletter :-moz-placeholder {
	color: #1D1D20;
	font-size: 20px;
    opacity: 1;
}
#newsletter ::-ms-input-placeholder {
	color: #1D1D20;
	font-size: 20px;
    opacity: 1;
}

/* Sticky header */

#stickyheader {
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: all .35s ease-in-out;
  	-moz-transition: all .35s ease-in-out;
  	-o-transition: all .35s ease-in-out;
  	transition: all .35s ease-in-out;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
  	-o-transform: translateY(0px);
	transform: translateY(0px);
	
}
#stickyheader.headerup {
	-webkit-transform: translateY(-76px);
	-moz-transform: translateY(-76px);
  	-o-transform: translateY(-76px);
	transform: translateY(-76px);
}
#stickyheader.headerbkgr {
	background-color: rgba(0, 0, 0, 0.5);
}

/* Toggle Slide */

.small_toggle .switch {
  	width: 60px;
  	height: 34px;
}
.small_toggle .heading-1, .small_toggle .heading-2 {
  	height: 34px;
  	font-size: 21px;
	padding: 2px 5px;
}

.small_toggle .switch .slider:after {
  	position: absolute;
  	content: "";
  	height: 26px !important;
  	width: 26px !important;
  	left: 4px !important;
  	bottom: 4px !important;
}
.small_toggle .switch input:checked + .slider:after {
  	-webkit-transform: translateX(26px);
  	-ms-transform: translateX(26px);
  	transform: translateX(26px);
}

/* Video */

.elementor-widget-video-playlist .e-tabs-main-area,
.elementor-widget-video-playlist .e-tabs-wrapper,
.elementor-widget-video-playlist .e-tabs-content-wrapper {
	height: auto !important;
}
.elementor-widget-video-playlist .e-tabs-content-wrapper > div > div {
	position: relative;
	width: 100%;
  	padding-bottom: 56.25%;
  	height: 0 !important;
}
.elementor-widget-video-playlist .e-tabs-content-wrapper iframe {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
}
.elementor-widget-video-playlist .e-tabs-header {
	/* display: none; */
}
.elementor-widget-video-playlist .e-tabs-items-wrapper i {
	text-shadow: none !important;
}

/* FAQ */

.far.fa-arrow-alt-circle-down {
	margin-top: 5px;
}

/* Newsletter */

#form-field-newsletter::-webkit-input-placeholder {
	color: #808080;
	font-size: 18px;
}
#form-field-newsletter:-ms-input-placeholder {
	color: #808080;
	font-size: 18px;
}
#form-field-newsletter::-moz-placeholder {
	color: #808080;
	font-size: 18px;
}
#form-field-newsletter::-ms-input-placeholder {
	color: #808080;
	font-size: 18px;
}
#form-field-newsletter {
	padding: 10px 21px;
}

/* forms */

::-webkit-input-placeholder {
	color: #808080;
}
:-ms-input-placeholder {
	color: #808080;
}
::-moz-placeholder {
	color: #808080;
}
::-ms-input-placeholder {
	color: #808080;
}
form .half {
	display: block;
	width: calc(50% - 5px);
	float: left;
}
form .three-fourth {
	display: block;
	width: calc(75% - 5px);
	float: left;
}
form .fourth {
	display: block;
	width: calc(25% - 5px);
	float: left;
}
form .half.last,
form .three-fourth.last,
form .fourth.last {
	float: right;
}
form label {
	display: block;
	margin-bottom: 0.5rem;
}
form input,
form textarea {
	margin-bottom: 10px;
}
form small {
	display: block;
	font-size: 15px;
	font-weight: 400;
	color: #a00000;
	margin: 0 0 10px 0;
}
form input[type="submit"] {
	width: 100%;
	border: none;
	font-weight: 600;
	margin: 20px 0 0 0;
}
form input[type="checkbox"] {	
	 -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
form .checkmark {
	display: block;
	position: absolute;
	top: -3px;
	left: 0;
  	cursor: pointer;
	padding: 0 !important;
	margin: 0 !important;
  	height: 20px;
  	width: 20px;
	border: 1px solid #808080;
	border-radius: 3px;
	z-index: 1;
}
form .checkmark:after {
  	content: "";
  	display: none;
	position: absolute;
  	top: 2px;
  	left: 2px;
  	height: 14px;
  	width: 14px;
	border-radius: 2px;
  	background-color: #FFAA00;
}
form input[type="checkbox"]:checked ~ .checkmark:after {
  	display: block;
}
.consent {
	display: block;
	position: relative;
}
.consent label {
	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
	display: block;
	position: relative;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2em;
	color: #0A0A0B;
	cursor: pointer;
	padding-left: 30px;
	margin: 10px 0;
	z-index: 2;
}
form .field.invalid label, 
form .field.invalid input {
	color: #a00000 !important;
}
form .field.invalid input, 
form .field.invalid .checkmark {
	border-color: #a00000 !important;
}
#searchform input[type="submit"],
#loginform input[type="submit"],
#simplesignupform input[type="submit"] {
	margin-top: 0;
}
#searchform input[type="submit"] {
	background: #FFAA00;
	color: #0A0A0B;
}

.ppw-form input[type='submit'] {
    color: !important;
    background: !important;
    margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {

	form .half, form .three-fourth, form .fourth {
		display: block;
		width: 100%;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	.content-toggle .heading-1, .content-toggle .heading-2 {
	  	font-size: 16px;
	}
	.content-toggle .heading-2 {
	  	text-align: right;
	}
}